body {
    background-color: #000000;
    background-image: url(img/num.gif);
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    font-family: "Atkinson Hyperlegible Mono", sans-serif;
    font-style: normal;
    font-size: 1.1rem;
}


.leftcol {
    width: 15%;
    max-width: 15%;
    height: 90vh;
    border: 1px solid #ffffff;
    flex-direction: column;
    justify-content: center;
    padding-top: 5px;
    overflow-x:hidden;
    overflow-y: scroll;
    background-color: #00000045;
}

.changelog {
    height: 30vh;
    overflow-x:hidden;
    overflow-y: scroll;
    padding: 0.5vh;
}

.rightcol {
    background-color: #00000045;
    width: 20%;
    max-width: 20%;
    height: 90vh;
    border: 1px solid #ffffff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-top: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.rightcol img {
    max-width: 300px;
    max-height: 300px;
}

.midcol {
    background-color: #00000045;
    width: 60%;
    height: 90vh;
    border: 1px solid #ffffff;
    margin-left: 7px;
    margin-right: 7px;
    padding-top: 5px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.midcol p {
    margin: 2vw;
}

.homecntr-img {
    text-align: center;
}
.homecntr-img img{
    width: 375px;
    height: 320px;
    border: 1px solid #ffffff;
    border-radius: 2px;
}

.chatbox {
  width: 300px;
  height: 500px;
  
} 

.navbuttons {
    display: flex;
    flex-direction: column;
}


.aboutpfp {
  text-align: center;
  
}
li {
    list-style-type: none;
    line-height: 140%;
}

.sitemap-ul li {
    list-style-type:circle;
}

details {
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}

.navbuttons summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  text-align: center;
}
summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  
}
details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 0.5em;
}


table {
  width: 80%;
  border: 1px solid #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
thead,tr {
  border: 1px solid #ffffff;
}
th {
  border-bottom: 1px solid #ffffff;
}

.faq-list li {
  list-style-type: decimal;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: underline;
}
.faq-list ul>li {
  list-style-type: disc;
  font-size: 1.0rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.blog-main {
  display: flex;
  flex-direction: column;
  width: 60em;
  height: auto;
  overflow-y: scroll;
  border: 1px solid #ffffff;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.blog-main table {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border: 1px solid #ffffff;
}
.blog-main thead,tr {
  border: 1px solid #ffffff;
}
.blog-main th {
  border-bottom: 1px solid #ffffff;
}



.profilecard {
  width: 65%;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.profilecard h1,h2 {
  text-align: center; 
}

.profilecard h1 {
  line-height: 0.5em; 
}

.profilecard h2 {
  line-height: 0.5em; 
}

.profilecard .aboutpfp img{
  text-align: center;
  max-width: 500px;
  max-height: 500px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  
}

.profilecard hr {
  width: 100%;
}

.pfcardmini { 
  text-align: center;
}
.pfcardmini img { 
  max-width: 86px;
} 


.curwatch {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border: 1px solid #ffffff; 
}


.mp3-main {
  background-color: #000000;
  height: 80vh;
  width:40%;
  border: 1px solid #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-content: center;  
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 65%;
  margin-left: -65px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


/* unvisited link */
a:link {
  color: rgb(255, 255, 255);
}
/* visited link */
a:visited {
  color: rgb(255, 255, 255);
}

/* mouse over link */
a:hover {
  color: rgb(255, 0, 0);
}

/* selected link */
a:active {
  color: rgb(255, 230, 0);
}

.atkinson-hyperlegible-mono-one> {
  font-family: "Atkinson Hyperlegible Mono", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}


#statuscafe {
    padding: .5em;
    background-color: #000000;
    border: 1px solid #ffffff;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}



/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: none;
  scrollbar-color: #eadeed #00000080;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 14px;
}

*::-webkit-scrollbar-track {
  background: #00000080;
}

*::-webkit-scrollbar-thumb {
  background-color: #eadeed80;
  border-radius: 5px;
  border: 3px solid #ffffff;
}

.player {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
}

.track-art {
  margin: 25px;
  height: 250px;
  width: 250px;
  background-image: url("https://images.pexels.com/photos/262034/pexels-photo-262034.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260");
  background-size: contain;
  border-radius: 15%;
}

.now-playing {
  font-size: 1rem;
}

.track-name {
  color: #ffffff;
}

.track-artist {
  color: #ffffff;
}

.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.playpause-track, .prev-track, .next-track {
  padding: 25px;
  opacity: 0.8;

  /* Smoothly transition the opacity */
  transition: opacity .2s;
}

.playpause-track:hover, .prev-track:hover, .next-track:hover {
  opacity: 1.0;
}

.slider_container {
  width: 75%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Modify the appearance of the slider */
.seek_slider, .volume_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5px;
  background: black;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

/* Modify the appearance of the slider thumb */
.seek_slider::-webkit-slider-thumb, .volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
}

.seek_slider:hover, .volume_slider:hover {
  opacity: 1.0;
}

.seek_slider {
  width: 60%;
}

.volume_slider {
  width: 30%;
}

.current-time, .total-duration {
  padding: 10px;
}

.fa-volume-down, .fa-volume-up {
  padding: 10px;
}

.fa-play-circle, .fa-pause-circle, .fa-step-forward, .fa-step-backward {
  cursor: pointer;
}
